home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / packet / terminal / ad16dis.exe / CONFIG.DOC < prev    next >
Text File  |  1992-12-31  |  8KB  |  167 lines

  1. CONFIG.DOC   Documentation on ARESDATA.CFG for Version 1.6 for SYSOP
  2.  
  3. ARES/Data will not run correctly unless you have properly edited
  4. ARESDATA.CFG!  In addition, to set your callsign, you must edit
  5. STARTUP.xxx for the TNC type that you are using.  The call for the G8BPQ
  6. switch is setup by BPQCFG.TXT.  Please read this file carefully, and see
  7. the example on the distribution disk for a good config file.
  8.  
  9. Multiple comment lines starting with a semicolon are allowed anywhere in
  10. the file.  Each non-comment line begins in column 1 with a command
  11. identifier followed by several optional parameter values that can be in
  12. the form "value" or "identifier=value".  Follow each parameter
  13. definition with at least one space.  Look at the example ARESDATA.CFG
  14. for illustrations.  Below is a description of each configuration
  15. command.  Replace the square brackets and the parameter name inside with
  16. the value you desire for that parameter.  For string values, remove the
  17. double quotes when you enter the string in the config file.
  18.  
  19. journal [journalpath] [jrninterval]
  20.  
  21.         journalpath     is the drive:path for the ARESDATA.JRN file.
  22.         jrninterval     is the number of new database transactions
  23.                         between updates of the journal file. max=25.
  24.  
  25. backup [backuppath] [backupint]
  26.  
  27.         backuppath      is the drive:path for the .BAK files.
  28.         backupint       is the backup interval in number of new database
  29.                         transactions since the last backup. 0 means
  30.                         no backup.
  31.  
  32. DBpath [dbpath] ["readonly"]
  33.  
  34.         dbpath          is the drive:path for the database files
  35.         "readonly"      If the word "readonly" is present, the database
  36.                         will start up in this mode.  Sysop can still add
  37.                         and delete data.  Leave out the word "readonly"
  38.                         if you want remote entry of data.  This works
  39.                         best if you first run ARES/Data in normal mode
  40.                         to fill up the database with information, for
  41.                         example, a roster.  Then terminate the program
  42.                         and restart with "readonly" set.  Then
  43.                         remote users will not be able to corrupt the data.
  44.  
  45. Indexpath [ndxpath]
  46.  
  47.         ndxpath         is the drive:path for the index files
  48.  
  49. Publicpath [pubpath]
  50.  
  51.         pubpath         is the drive:path for public downloading of your
  52.                         choice.  Be sure to put the "info" file in
  53.                         this subdirectory so users can type "get info".
  54.  
  55. printer [printerno]
  56.  
  57.         printerno       is the printer number.  Put 1 for lpt1:, etc.
  58.  
  59. startup ["auto" or "prompted"]
  60.  
  61.         "auto"          means that the program will attempt to synchronize
  62.                         with all interfaces automatically.
  63.         "prompted"      means you want to be asked to turn on each TNC
  64.  
  65. logall                  If present, causes all incoming packets to be logged
  66.                         to the sysop screen.
  67.  
  68. attach [name] type=[xxxx] port=[num] baud=[bnum] users=[nuser]
  69.              autoexec=[filename] ["deleteoff" or "deleteon"]
  70.  
  71.         name            is a three-letter name for this interface that
  72.                         you choose, i.e., "ax0", "ax1", for asynch ports,
  73.                         "dr0" for the DRSI port, etc.
  74.  
  75.         xxxx            is the interface type: must be "DED" for any TNC
  76.                         with WA8DED firmware, "DRSI" if there are
  77.                         DRSI boards present, and  "BPQ" for a BPQ
  78.                         switch.  Note no matter how many
  79.                         DRSI boards you might have, use only ONE attach
  80.                         command!  But you must have one attach command
  81.                         for each non-DRSI tnc.
  82.  
  83.         num             is the COM port number.  Useless for DRSI and BPQ.
  84.                         For all others, use the port number you have
  85.                         selected with MBBCONFG.EXE.  Most often, you
  86.                         will use "1" for COM1: with address 3F8 and
  87.                         int4, and "2" for COM2: with address 2F8 and
  88.                         int3.
  89.  
  90.         drsivec         is the software interrupt number used by the
  91.                         DRSI driver TNCTSR-S.EXE, which is usually 255
  92.                         (hex FF).
  93.  
  94.         bpqvec          is the software interrupt number used by the
  95.                         G8BPQ DED host interface program, DEDHOST.  If
  96.                         you are using DEDHOSFE, use 254 (hex FE).
  97.  
  98.         bnum            is the baud rate.  Not used for DRSI or BPQ.
  99.                         See example in ARESDATA.CFG).
  100.                         For serial ports, we recommend 4800 or lower.
  101.  
  102.         nuser           is the maximum number of users allowed on this
  103.                         interface at one time.  Set this to be equal
  104.                         to or less than the maximum number of connects
  105.                         allowed on this particular TNC.  For DRSI,
  106.                         this should be less than or equal to the maximum
  107.                         number of connects allowed by the TNCTSR you are
  108.                         using, with all "sub-ports" taken together.
  109.                         Max value on any interface: 10.
  110.  
  111.         filename        is the filename of a startup file that contains
  112.                         DED commands to be sent to this interface
  113.                         when ARES/Data starts.  NOTE! THIS IS WHERE THE
  114.                         DATABASE's CALLSIGN IS SET - EDIT TO SET YOURS!!
  115.                         See the STARTUP.XXX
  116.                         files on the distribution disk for examples.
  117.                         Note that every command in the startup file
  118.                         must END with a semicolon ";".  Meaningless
  119.                         for BPQ switch.
  120.  
  121.         "deleteoff"     if this parameter is present, this interface
  122.                         starts with remote delete disabled.  (see
  123.                         SYSOP.DOC for an explanation)
  124.  
  125.         "deleteon"      if this parameter is present, this interface
  126.                         starts with remote delete enabled.
  127.  
  128. retry [ntimes]
  129.  
  130.         ntimes          is the serial port retry count.  Adjust this
  131.                         upward if you are having TNC timeout errors.
  132.  
  133. pcparetry [ntimes]
  134.  
  135.         ntimes          is the DRSI PC*PA adapter retry count.  Adjust this
  136.                         upward if you are having DRSIin timeout errors.
  137.  
  138. bpqretry [ntimes]
  139.  
  140.         ntimes          is the BPQ switch retry count.  Adjust this
  141.                         upward if you are having BPQin timeout errors.
  142.  
  143. beacon [interval] [beacontext]
  144.  
  145.         interval        is the beacon (unproto) interval in MINUTES.
  146.                         Please do not beacon with a short interval!!!!!!
  147.                         Zero ("0") disables beacon function.
  148.         beacontext      is the beacon text - use this to remind users of
  149.                         the current function of the database
  150.  
  151. labels = [label1],[label2],[label3],[label4],[msglabel]
  152.  
  153.         label1          is the label for field 1 (20 chars max)
  154.         label2          is the label for field 2
  155.         label3          similar
  156.         label4          similar
  157.         msglabel        similar
  158.  
  159. widths = [wid1],[wid2],[wid3],[wid4]
  160.  
  161.         wid1            is the printing width for field 1
  162.         wid2            is the width for field 2
  163.         wid3            similar
  164.         wid4            similar
  165.  
  166. end CONFIG.DOC
  167.